/*
Theme Name: Palm Beach New
Theme URI: https://themezee.com/themes/palm-beach/
Author: ThemeZee
Author URI: https://themezee.com
Description: Palm Beach is a professional WordPress theme perfectly suited for a travel magazine. It features a stunning fullscreen slider, beautiful typography and a three-column grid-layout for posts. Head off on vacation now!
Version: 2.0.10
Requires at least: 5.2
Tested up to: 5.8
Requires PHP: 5.6
AMP: true
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: palm-beach
Tags: two-columns, custom-background, custom-header, custom-logo, custom-menu, editor-style, rtl-language-support, grid-layout, blog, news, featured-image-header, featured-images, flexible-header, full-width-template, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Palm Beach is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# - CSS Variables
# - Normalize
# - Typography
# - Elements
# - Forms
# - Accessibility
# - Alignments
# - Clearings
# - Site Layout
# - Header
# - Navigation
# - Social Icons Menu
# - Posts and pages
# - Archives and Blog Layouts
# - Blocks
# - Featured Posts
# - Widgets
# - Magazine Widgets
# - Comments
# - Media
# - Footer
# - Plugins
# - Media Queries for Typography
# - Media Queries for Layout
# - Media Queries for Navigation
# - Media Queries for Featured Posts
# - Media Queries for Media
# - Theme Options
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# - CSS Variables
--------------------------------------------------------------*/
:root {
  --primary-color: #57b7d7;
  --secondary-color: #3e9ebe;
  --tertiary-color: #2484a4;
  --accent-color: #57d777;
  --highlight-color: #d75f57;
  --light-gray-color: #e4e4e4;
  --gray-color: #646464;
  --dark-gray-color: #242424;
  --text-color: #242424;
  --medium-text-color: #646464;
  --light-text-color: #949494;
  --dark-border-color: #242424;
  --medium-border-color: #c4c4c4;
  --light-border-color: #e4e4e4;
  --link-color: #57b7d7;
  --link-hover-color: #242424;
  --button-color: #f4f4f4;
  --button-text-color: #242424;
  --button-border-color: #e4e4e4;
  --button-hover-color: #57b7d7;
  --button-hover-text-color: #fff;
  --page-background-color: #fff;
  --header-background-color: #fff;
  --site-title-color: #242424;
  --site-title-hover-color: #57b7d7;
  --navi-color: #242424;
  --navi-hover-color: #57b7d7;
  --navi-border-color: #e4e4e4;
  --navi-submenu-color: #f4f4f4;
  --title-color: #242424;
  --title-hover-color: #57b7d7;
  --widget-title-color: #242424;
  --widget-title-hover-color: #57b7d7;
  --footer-background-color: #fff;
  --footer-border-color: #e4e4e4;
  --text-font: "Hind", tahoma, arial, sans-serif;
  --title-font: "Montserrat", verdana, arial, sans-serif;
  --navi-font: "Hind", tahoma, arial, sans-serif;
  --widget-title-font: "Montserrat", verdana, arial, sans-serif;
  --title-font-weight: bold;
  --navi-font-weight: normal;
  --widget-title-font-weight: bold;
  --title-text-transform: uppercase;
  --navi-text-transform: none;
  --widget-title-text-transform: uppercase;
  --text-line-height: 1.6;
  --title-line-height: 1.6;
}

/*--------------------------------------------------------------
# - Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #e5e5e5;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #242424;
  color: var(--text-color);
  font-size: 16px;
  font-size: 1rem;
  font-family: "Hind", tahoma, arial, sans-serif;
  font-family: var(--text-font);
  line-height: 1.6;
  line-height: var(--text-line-height);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.6;
  line-height: var(--title-line-height);
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 19px;
  font-size: 1.1875rem;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  overflow: auto;
  margin-bottom: 1.5em;
  padding: 1.5em;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# - Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote {
  margin: 0 0 1.5em;
  padding-left: 1.25em;
  border-left: 4px solid;
  border-color: #242424;
  border-color: var(--dark-border-color);
  color: #646464;
  color: var(--medium-text-color);
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
}

blockquote cite,
blockquote small {
  display: block;
  margin-top: 1em;
  color: #242424;
  color: var(--text-color);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite::before,
blockquote small::before {
  content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote > :last-child {
  margin-bottom: 0.5em;
}

hr {
  margin-bottom: 1.5em;
  height: 1px;
  border: 0;
  background-color: #e4e4e4;
  background-color: var(--light-border-color);
}

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 1.25em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1.5em;
}

img {
  max-width: 100%; /* Adhere to container width. */
  height: auto; /* Make sure images are scaled correctly. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: none;
  table-layout: fixed;
}

th,
td {
  padding: 0.3em 0.6em;
  border: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--light-border-color);
}

a {
  color: #57b7d7;
  color: var(--link-color);
  text-decoration: none;
}

a:link,
a:visited {
  color: #57b7d7;
  color: var(--link-color);
}

a:hover,
a:focus,
a:active {
  color: #242424;
  color: var(--link-hover-color);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0.5em 1em;
  border: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--button-border-color);
  background-color: #f4f4f4;
  background-color: var(--button-color);
  color: #242424;
  color: var(--button-text-color);
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--widget-title-font);
  font-weight: bold;
  font-weight: var(--widget-title-font-weight);
  text-transform: uppercase;
  text-transform: var(--widget-title-text-transform);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #57b7d7;
  border-color: var(--button-hover-color);
  background-color: #57b7d7;
  background-color: var(--button-hover-color);
  color: #fff;
  color: var(--button-hover-text-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.3em 0.6em;
  max-width: 100%;
  border: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--light-border-color);
  color: #646464;
  color: var(--medium-text-color);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid;
  border-color: #c4c4c4;
  border-color: var(--medium-border-color);
  color: #242424;
  color: var(--text-color);
}

textarea {
  width: 100%;
}

/* Search Form */
.search-form {
  display: flex;
  margin: 0;
  padding: 0;
}

.search-form label {
  flex-grow: 1;
}

.search-form .screen-reader-text {
  display: none;
}

.search-form .search-field {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0.7rem 0.9rem;
  min-width: 100px;
  width: 100%;
  -webkit-appearance: none;
  line-height: 1;
}

.search-form .search-submit {
  display: flex;
  margin-left: -1px;
  padding: 0.7rem 0.9rem;
  align-items: center;
}

.search-form .search-submit .icon-search {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/*--------------------------------------------------------------
# - Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000; /* Above WP toolbar. */
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
}

/*--------------------------------------------------------------
# - Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/*--------------------------------------------------------------
# - Clearings
--------------------------------------------------------------*/
.clearfix::before,
.clearfix::after,
.post-navigation .nav-links::before,
.post-navigation .nav-links::after,
.comment-navigation::before,
.comment-navigation::after {
  display: table;
  content: "";
}

.clearfix::after,
.post-navigation .nav-links::after,
.comment-navigation::after {
  clear: both;
}

/*--------------------------------------------------------------
# - Site Layout
--------------------------------------------------------------*/
.site {
  margin: 0;
  width: 100%;
}

.container {
  margin: 0 auto;
  padding: 0 2.5em;
  max-width: 1280px;
  width: 100%;
}

.site-content {
  padding-top: 2.5em;
  background-color: #fff;
  background-color: var(--page-background-color);
}

.content-area {
  float: left;
  box-sizing: border-box;
  padding-right: 4em;
  width: 72%;
}

.sidebar {
  float: right;
  width: 28%;
}

/* No Sidebar & Centered Layout Template */
.no-sidebar .content-single,
.site-content .centered-content-area {
  float: none;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  width: 100%;
}

/* Fullwidth Template */
.site-content .fullwidth-content-area {
  float: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# - Header
--------------------------------------------------------------*/
.site-header {
  border-bottom: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--light-border-color);
  background-color: #fff;
  background-color: var(--header-background-color);
}

.header-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-branding {
  float: left;
  margin: 0.5em 0;
  padding: 0;
  max-width: 100%;
}

.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
  padding: 0;
  border: none;
  text-decoration: none;
}

.site-title {
  display: inline-block;
  margin: 0.35rem 0;
  padding: 0;
  color: #242424;
  color: var(--site-title-color);
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--title-font);
  font-weight: bold;
  font-weight: var(--title-font-weight);
  text-transform: uppercase;
  text-transform: var(--title-text-transform);
  line-height: 1.6;
  line-height: var(--title-line-height);
}

.site-title a:link,
.site-title a:visited {
  color: #242424;
  color: var(--site-title-color);
}

.site-title a:hover,
.site-title a:active {
  color: #57b7d7;
  color: var(--site-title-hover-color);
}

.site-branding .custom-logo {
  margin: 0 1em 0 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

.site-description {
  margin: -0.4em 0 0.7em;
  font-size: 14px;
  font-size: 0.875rem;
}

.header-image {
  margin: -1px 0 0;
  vertical-align: top;
}

/*	Header Title */
.header-title-image {
  margin: -1px 0 0;
  height: 720px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.header-title-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 720px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.header-title-image-container .header-title-wrap {
  width: 100%;
}

.header-title {
  display: inline;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 0 0 5px #333;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 64px;
  font-size: 4rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--title-font);
  font-weight: bold;
  font-weight: var(--title-font-weight);
  text-transform: uppercase;
  text-transform: var(--title-text-transform);
  line-height: 1.6;
  line-height: var(--title-line-height);
}

.header-title-image-container .header-title {
  color: #fff;
}

/* Page Header without image */
.header-title-background {
  padding: 75px 0;
  border-bottom: 1px solid #e5e5e5;
  background: #f5f5f5;
  text-align: center;
}

.header-title-background .page-header .header-title {
  color: #242424;
  color: var(--title-color);
  text-shadow: none;
}

/* Page Header with search */
.header-title-background .page-header .search-form,
.header-title-wrap .page-header .search-form {
  margin: 1em auto 0;
  max-width: 800px;
}

/* Reduce size on large screens */
@media only screen and (min-width: 70em) {
  .header-title-background .page-header .header-title {
    font-size: 48px;
    font-size: 3rem;
  }
}

/*--------------------------------------------------------------
# - Navigation
--------------------------------------------------------------*/
.primary-navigation {
  position: relative;
  width: 100%;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  color: #242424;
  color: var(--navi-color);
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Hind", tahoma, arial, sans-serif;
  font-family: var(--navi-font);
  font-weight: normal;
  font-weight: var(--navi-font-weight);
  text-transform: none;
  text-transform: var(--navi-text-transform);
}

.main-navigation > ul {
  border-top: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--navi-border-color);
  padding-top: 1em;
  margin-bottom: 2em;
}

/* Hide the menu on small screens when JavaScript is available. */
.main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation ul a > .icon {
  display: none;
}

.main-navigation.toggled-on > ul.menu {
  display: block;
}

/* Menu Items Styling */
.main-navigation ul li {
  position: relative;
  margin: 0;
}

.main-navigation ul a {
  display: block;
  margin: 0;
  padding: 1em;
  text-decoration: none;
}

.main-navigation ul a,
.main-navigation ul a:link,
.main-navigation ul a:visited {
  color: #242424;
  color: var(--navi-color);
  text-decoration: none;
  transition: all 0.2s ease;
}

.main-navigation ul a:hover,
.main-navigation ul a:active,
.main-navigation ul a:focus {
  color: #57b7d7;
  color: var(--navi-hover-color);
}

.main-navigation ul li.current-menu-item > a {
  text-decoration: underline;
}

/* Submenus */
.main-navigation ul ul {
  font-size: 13px;
  font-size: 0.8125rem;
}

.main-navigation > ul > li.menu-item-has-children > ul {
  border: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--navi-border-color);
  background-color: #f4f4f4;
  background-color: var(--navi-submenu-color);
}

.is-amp-page .main-navigation ul button.toggled-on + ul,
.main-navigation ul ul.toggled-on {
  display: block;
}

.main-navigation ul ul a {
  padding-left: 2em;
}

.main-navigation ul ul ul a {
  padding-left: 3em;
}

.main-navigation ul ul ul ul a {
  padding-left: 4em;
}

/* Main Navigation Toggle */
.primary-menu-toggle {
  display: flex;
  margin: 0.5em 0;
  margin-left: auto;
  padding: 0.9em;
  border: none;
  background: none;
  color: #242424;
  color: var(--navi-color);
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Hind", tahoma, arial, sans-serif;
  font-family: var(--navi-font);
  font-weight: normal;
  font-weight: var(--navi-font-weight);
  text-transform: none;
  text-transform: var(--navi-text-transform);
  text-align: left;
  transition: all 0.2s ease;
  align-items: center;
}

.primary-menu-toggle:focus {
  outline: thin dotted;
  color: #242424;
  color: var(--navi-color);
  background: none;
}

.primary-menu-toggle:hover,
.primary-menu-toggle:active {
  color: #57b7d7;
  color: var(--navi-hover-color);
  background: none;
  cursor: pointer;
}

.primary-menu-toggle .icon {
  margin: 0;
  width: 24px;
  height: 24px;
  vertical-align: top;
  fill: #242424;
  fill: var(--navi-color);
  transition: fill 0.2s ease;
}

.primary-menu-toggle:hover .icon,
.primary-menu-toggle:active .icon {
  fill: #57b7d7;
  fill: var(--navi-hover-color);
}

.primary-menu-toggle[aria-expanded="true"] .icon-menu,
.primary-menu-toggle[aria-expanded="false"] .icon-close {
  display: none;
}

.primary-menu-toggle[aria-expanded="true"] .icon-close {
  display: inline-block;
}

/* Submenu Dropdown Toggles */
.main-navigation .dropdown-toggle {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 1.2em;
  background: none;
  border: none;
}

.main-navigation .dropdown-toggle:focus {
  outline: thin dotted;
  color: #242424;
  color: var(--navi-color);
  background: none;
}

.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:active {
  background: none;
}

.main-navigation .dropdown-toggle .icon {
  margin: 0.1em 0 0;
  width: 22px;
  height: 22px;
  vertical-align: top;
  fill: #242424;
  fill: var(--navi-color);
  transition: fill 0.2s ease;
}

.main-navigation .dropdown-toggle:hover .icon,
.main-navigation .dropdown-toggle:active .icon,
.main-navigation .dropdown-toggle:focus .icon {
  fill: #57b7d7;
  fill: var(--navi-hover-color);
}

.main-navigation .dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

.main-navigation ul ul .dropdown-toggle {
  padding: 0.8em 1em;
}

.main-navigation ul ul .dropdown-toggle .icon {
  margin: 0.2em 0 0;
  width: 18px;
  height: 18px;
}

/*--------------------------------------------------------------
# - Posts and pages
--------------------------------------------------------------*/
.type-post,
.type-page,
.type-attachment {
  margin: 0 0 2.5em 0;
  max-width: 100%;
}

.entry-title {
  display: inline;
  margin: 0;
  padding: 0;
  color: #242424;
  color: var(--title-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--title-font);
  font-weight: bold;
  font-weight: var(--title-font-weight);
  text-transform: uppercase;
  text-transform: var(--title-text-transform);
  line-height: 1.6;
  line-height: var(--title-line-height);
}

.entry-title a:link,
.entry-title a:visited {
  color: #242424;
  color: var(--title-color);
  text-decoration: none;
  transition: all 0.2s ease;
}

.entry-title a:hover,
.entry-title a:active {
  color: #57b7d7;
  color: var(--title-hover-color);
}

.entry-content {
  font-size: 18px;
  font-size: 1.125rem;
}

.entry-content a {
  text-decoration: underline;
}

.wp-post-image {
  margin: 0 0 0.5em;
}

/* Page Links */
.page-links {
  margin: 0;
  word-spacing: 1em;
  font-weight: bold;
}

.entry-meta {
  margin: 0.5em 0 0.25rem;
  color: #646464;
  color: var(--medium-text-color);
  font-size: 14px;
  font-size: 0.875rem;
}

.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-category,
.entry-meta .meta-comments {
  margin-right: 1.5em;
}

.entry-meta a:link,
.entry-meta a:visited {
  color: #646464;
  color: var(--medium-text-color);
}

.entry-meta a:hover,
.entry-meta a:active {
  color: #242424;
  color: var(--text-color);
}

.entry-meta span .icon {
  margin: 0.2em 0.5rem 0 0;
  width: 13px;
  height: 13px;
  vertical-align: top;
  fill: currentColor;
}

/* Entry Meta in Header area */
.page-header .entry-meta {
  margin: 0.5em 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.page-header .entry-meta span .icon {
  width: 20px;
  height: 20px;
}

.header-title-wrap .page-header .entry-meta,
.header-title-wrap .page-header .entry-meta a:link,
.header-title-wrap .page-header .entry-meta a:visited {
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.header-title-wrap .page-header .entry-meta a:hover,
.header-title-wrap .page-header .entry-meta a:active {
  color: #ccc;
}

/* Hide post meta if they are deactivated in settings */
body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.date-hidden .header-title-wrap .entry-meta .meta-date,
body.author-hidden .header-title-wrap .entry-meta .meta-author,
body.categories-hidden .header-title-wrap .entry-meta .meta-category,
body.comments-hidden .header-title-wrap .entry-meta .meta-comments,
body.date-hidden .header-title-background .entry-meta .meta-date,
body.author-hidden .header-title-background .entry-meta .meta-author,
body.categories-hidden .header-title-background .entry-meta .meta-category,
body.comments-hidden .header-title-background .entry-meta .meta-comments {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

body.date-hidden.author-hidden .type-post .entry-meta {
  display: none;
}

body.date-hidden.author-hidden.categories-hidden.comments-hidden
  .header-title-wrap
  .entry-meta,
body.date-hidden.author-hidden.categories-hidden.comments-hidden
  .header-title-background
  .entry-meta {
  display: none;
}

/* Entry Tags & Tagcloud Widget */
.entry-tags {
  margin: 0 0 2em;
}

.entry-tags .tags-title {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0.2em 0.6em;
  border: 1px solid;
  border-color: #57b7d7;
  border-color: var(--button-hover-color);
  background-color: #57b7d7;
  background-color: var(--button-hover-color);
  color: #fff;
  color: var(--button-hover-text-color);
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--widget-title-font);
  font-weight: bold;
  font-weight: var(--widget-title-font-weight);
  text-transform: uppercase;
  text-transform: var(--widget-title-text-transform);
}

.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
  font-size: 14px;
  font-size: 0.875rem;
}

.widget_tag_cloud .tagcloud::before,
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::before,
.entry-tags .meta-tags::after {
  display: table;
  content: "";
}

.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::after {
  clear: both;
}

.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
  display: inline-block;
  float: left;
  margin: 0 3px 3px 0;
  padding: 0.2em 0.6em;
  border: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--button-border-color);
  background-color: #f4f4f4;
  background-color: var(--button-color);
  color: #242424;
  color: var(--button-text-color);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
  color: #242424;
  color: var(--button-text-color);
  transition: all 0.2s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
  border-color: #57b7d7;
  border-color: var(--button-hover-color);
  background-color: #57b7d7;
  background-color: var(--button-hover-color);
  color: #fff;
  color: var(--button-hover-text-color);
}

/* Read more Link */
.more-link {
  display: block;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--button-border-color);
  background-color: #f4f4f4;
  background-color: var(--button-color);
  color: #242424;
  color: var(--button-text-color);
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--widget-title-font);
  font-weight: bold;
  font-weight: var(--widget-title-font-weight);
  text-transform: uppercase;
  text-transform: var(--widget-title-text-transform);
  transition: all 0.2s ease;
}

.more-link:link,
.more-link:visited {
  color: #242424;
  color: var(--button-text-color);
}

.more-link:hover,
.more-link:active {
  border-color: #57b7d7;
  border-color: var(--button-hover-color);
  background-color: #57b7d7;
  background-color: var(--button-hover-color);
  color: #fff;
  color: var(--button-hover-text-color);
}

.entry-content > .more-link {
  text-decoration: none;
}

/* Post Navigation */
.post-navigation {
  padding: 1em 0;
}

.post-navigation .nav-links .nav-previous {
  float: left;
}

.post-navigation .nav-links .nav-next {
  float: right;
}

.post-navigation .nav-links .nav-previous a::before {
  margin-right: 3px;
  content: "\00AB";
}

.post-navigation .nav-links .nav-next a::after {
  margin-left: 4px;
  content: "\00BB";
}

.post-navigation .nav-links a {
  margin: 0 0 3px;
  padding: 1em;
  border: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--button-border-color);
  background-color: #f4f4f4;
  background-color: var(--button-color);
  color: #242424;
  color: var(--button-text-color);
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--widget-title-font);
  font-weight: bold;
  font-weight: var(--widget-title-font-weight);
  text-transform: uppercase;
  text-transform: var(--widget-title-text-transform);
  transition: all 0.2s ease;
}

.post-navigation .nav-links a:link,
.post-navigation .nav-links a:visited {
  color: #242424;
  color: var(--button-text-color);
}

.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:active {
  border-color: #57b7d7;
  border-color: var(--button-hover-color);
  background-color: #57b7d7;
  background-color: var(--button-hover-color);
  color: #fff;
  color: var(--button-hover-text-color);
}

/*--------------------------------------------------------------
# - Archives and Blog Layouts
--------------------------------------------------------------*/

/* Archive Description */
.page-header .blog-description,
.page-header .archive-description {
  font-size: 20px;
  font-size: 1.25rem;
}

.page-header .blog-description,
.page-header .archive-description p {
  margin: 0.5em 0 0;
}

/* Archive Posts Columns */
.post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.5em;
}

.post-wrapper .post-column {
  box-sizing: border-box;
  padding-right: 2.5em;
}

/* Two Column Layout */
.post-layout-two-columns .post-wrapper .post-column {
  width: 50%;
}

/* Three Column Layout */
.post-layout-three-columns .post-wrapper .post-column {
  width: 33.3333333333333%;
}

.post-layout-three-columns .content-archive {
  float: none;
  padding: 0;
  width: 100%;
}

/* Archive Posts Styling */
.post-wrapper .post-column article .entry-content {
  font-size: 17px;
  font-size: 1.0625rem;
}

/* Theme Pagination */
.pagination {
  margin: 0 0 2.5em;
  text-align: center;
}

.pagination a,
.pagination .current {
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 0.5em 1em;
  border: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--button-border-color);
  background-color: #f4f4f4;
  background-color: var(--button-color);
  color: #242424;
  color: var(--button-text-color);
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--widget-title-font);
  font-weight: bold;
  font-weight: var(--widget-title-font-weight);
}

.pagination a:link,
.pagination a:visited {
  color: #242424;
  color: var(--button-text-color);
  transition: all 0.2s ease;
}

.pagination a:hover,
.pagination .current {
  border-color: #57b7d7;
  border-color: var(--button-hover-color);
  background-color: #57b7d7;
  background-color: var(--button-hover-color);
  color: #fff;
  color: var(--button-hover-text-color);
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
  display: none;
}

.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
  width: 100%;
  text-align: center;
}

.infinite-scroll .infinite-loader .spinner {
  bottom: -1em;
  left: auto;
  margin: 0 auto;
}

.infinite-scroll #infinite-handle span {
  display: inline-block;
  margin: 0 0 2.5em;
  padding: 0.5em 1em;
  border: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--button-border-color);
  background-color: #f4f4f4;
  background-color: var(--button-color);
  text-align: center;
  color: #242424;
  color: var(--button-text-color);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

.infinite-scroll #infinite-handle span:hover {
  border-color: #57b7d7;
  border-color: var(--button-hover-color);
  background-color: #57b7d7;
  background-color: var(--button-hover-color);
  color: #fff;
  color: var(--button-hover-text-color);
}

/*--------------------------------------------------------------
# - Blocks
--------------------------------------------------------------*/

/* Audio */
.wp-block-audio audio {
  width: 100%;
}

/* Separator */
.wp-block-separator {
  height: 1px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/* Quote */
.wp-block-quote.is-style-large {
  border: none;
  margin: 0 0 1.5em;
  padding: 0;
  font-size: 28px;
  font-size: 1.75rem;
}

.wp-block-quote.is-style-large p {
  margin-bottom: 0.5em;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
}

.wp-block-quote.is-style-large cite {
  text-align: inherit;
}

/* Pullquote */
.wp-block-pullquote {
  margin-bottom: 1.5em;
  padding: 1.5em 0;
  border-bottom: 4px solid #222;
  border-top: 4px solid #222;
}

.wp-block-pullquote blockquote {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-size: 1.75rem;
}

.wp-block-pullquote blockquote p {
  margin-bottom: 0.5em;
}

/* Cover */
.wp-block-cover {
  display: flex;
}

.wp-block-cover-text {
  margin-top: 0;
  margin-bottom: 0;
}

/* Image */
.wp-block-image .alignleft {
  margin-right: 1.5em;
}

.wp-block-image .alignright {
  margin-left: 1.5em;
}

/* Captions */
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  margin-top: 0.3em;
  margin-bottom: 1em;
  color: #555;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

/* Latest Posts */
.wp-block-latest-posts.wp-block-latest-posts__list {
  margin: 0;
  padding: 0;
}

/* Table */
.wp-block-table table {
  table-layout: auto;
}

/* Block Text Colors */
.has-primary-color,
.wp-block-button__link.has-primary-color {
  color: #57b7d7;
  color: var(--primary-color);
}

.has-secondary-color,
.wp-block-button__link.has-secondary-color {
  color: #3e9ebe;
  color: var(--secondary-color);
}

.has-tertiary-color,
.wp-block-button__link.has-tertiary-color {
  color: #2484a4;
  color: var(--tertiary-color);
}

.has-accent-color,
.wp-block-button__link.has-accent-color {
  color: #57d777;
  color: var(--accent-color);
}

.has-highlight-color,
.wp-block-button__link.has-highlight-color {
  color: #d75f57;
  color: var(--highlight-color);
}

.has-white-color,
.wp-block-button__link.has-white-color {
  color: #fff;
}

.has-light-gray-color,
.wp-block-button__link.has-light-gray-color {
  color: #e4e4e4;
  color: var(--light-gray-color);
}

.has-gray-color,
.wp-block-button__link.has-gray-color {
  color: #646464;
  color: var(--gray-color);
}

.has-dark-gray-color,
.wp-block-button__link.has-dark-gray-color {
  color: #242424;
  color: var(--dark-gray-color);
}

.has-black-color,
.wp-block-button__link.has-black-color {
  color: #000;
}

/* Block Background Colors */
.has-primary-background-color,
.has-primary-background-color[class] {
  background-color: #57b7d7;
  background-color: var(--primary-color);
}

.has-secondary-background-color,
.has-secondary-background-color[class] {
  background-color: #3e9ebe;
  background-color: var(--secondary-color);
}

.has-tertiary-background-color,
.has-tertiary-background-color[class] {
  background-color: #2484a4;
  background-color: var(--tertiary-color);
}

.has-accent-background-color,
.has-accent-background-color[class] {
  background-color: #57d777;
  background-color: var(--accent-color);
}

.has-highlight-background-color,
.has-highlight-background-color[class] {
  background-color: #d75f57;
  background-color: var(--highlight-color);
}

.has-white-background-color,
.has-white-background-color[class] {
  background-color: #fff;
}

.has-light-gray-background-color,
.has-light-gray-background-color[class] {
  background-color: #e4e4e4;
  background-color: var(--light-gray-color);
}

.has-gray-background-color,
.has-gray-background-color[class] {
  background-color: #646464;
  background-color: var(--gray-color);
}

.has-dark-gray-background-color,
.has-dark-gray-background-color[class] {
  background-color: #242424;
  background-color: var(--dark-gray-color);
}

.has-black-background-color,
.has-black-background-color[class] {
  background-color: #000;
}

/*--------------------------------------------------------------
# - Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 2.5em 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.widget-header {
  margin: 0 0 1em 0;
}

.widget-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #242424;
  color: var(--widget-title-color);
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--widget-title-font);
  font-weight: bold;
  font-weight: var(--widget-title-font-weight);
  text-transform: uppercase;
  text-transform: var(--widget-title-text-transform);
}

.widget ul {
  margin: 0;
  padding: 0 0.3em;
  list-style: circle inside;
}

.widget ul .children,
.widget ul .sub-menu {
  margin: 0.5em 0 0.5em 1em;
  padding: 0;
}

.widget-title a:link,
.widget-title a:visited {
  color: #242424;
  color: var(--widget-title-color);
  transition: all 0.2s ease;
}

.widget-title a:hover,
.widget-title a:active {
  color: #57b7d7;
  color: var(--widget-title-hover-color);
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# - Magazine Widgets
--------------------------------------------------------------*/
.widget-magazine-posts {
  margin-bottom: -2.5em;
}

.home .latest-posts-title,
.widget-magazine-posts .widget-title {
  display: block;
  margin: 0 0 1.5em;
  padding: 0.75em 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--light-border-color);
  color: #242424;
  color: var(--widget-title-color);
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

/* Large Post Styling */
.widget-magazine-posts .large-post .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.widget-magazine-posts .large-post .entry-content {
  font-size: 18px;
  font-size: 1.125rem;
}

/* Medium Post Styling */
.widget-magazine-posts .medium-post .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
}

.widget-magazine-posts .medium-post .entry-content {
  font-size: 17px;
  font-size: 1.0625rem;
}

/* Small Post Styling */
.widget-magazine-posts .small-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-magazine-posts .small-post .post-image {
  width: 35%;
}

.widget-magazine-posts .small-post .small-post-content {
  width: 65%;
  padding-left: 2em;
}

.widget-magazine-posts .small-post .wp-post-image {
  margin: 0 0 0.25em;
  vertical-align: top;
}

.widget-magazine-posts .small-post .entry-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* Magazine Posts Grid Widget */
.widget-magazine-posts .magazine-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.5em;
}

.widget-magazine-posts .magazine-grid .post-column {
  box-sizing: border-box;
  padding-right: 2.5em;
}

.widget-magazine-posts .magazine-grid-two-columns .post-column {
  width: 50%;
}

.widget-magazine-posts .magazine-grid-three-columns .post-column {
  width: 33.3333333333333%;
}

/*--------------------------------------------------------------
# - Comments
--------------------------------------------------------------*/
.comments-area {
  margin: 0 0 2.5em;
}

/* Comment Header */
.comments-header,
.comment-reply-title {
  margin: 0 0 1em 0;
}

.comments-header .comments-title,
.comment-reply-title span {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #242424;
  color: var(--widget-title-color);
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--widget-title-font);
  font-weight: bold;
  font-weight: var(--widget-title-font-weight);
  text-transform: uppercase;
  text-transform: var(--widget-title-text-transform);
}

/* Comment List */
.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment {
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--light-border-color);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.comment-meta {
  float: left;
  padding: 0;
  width: 100%;
}

.comment-meta .comment-author img {
  float: left;
  margin-right: 1em;
}

.bypostauthor {
  display: block;
}

.comment-meta .comment-metadata {
  margin-top: 0.3em;
  font-size: 14px;
  font-size: 0.875rem;
}

.comment-meta .comment-metadata a {
  margin-right: 1em;
}

.comment-content {
  clear: left;
  padding: 0.2em 0 0;
}

.comment-content a {
  word-wrap: break-word;
}

.comment ol.children {
  list-style: none;
}

.comment ol.children .comment {
  margin: 1.5em 0 0;
  padding: 1.5em 0 0;
  border-top: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--light-border-color);
  border-bottom: none;
}

.comment .comment-respond {
  margin-top: 2em;
}

/* Comment Pagination */
.comment-navigation {
  margin: 0 0 1.5em;
  padding: 0;
}

.comment-navigation .nav-previous {
  float: left;
}

.comment-navigation .nav-next {
  float: right;
}

.comment-navigation .nav-previous a:before {
  margin-right: 3px;
  content: "\00AB";
}

.comment-navigation .nav-next a:after {
  margin-left: 4px;
  content: "\00BB";
}

.comment-navigation a,
.reply .comment-reply-link {
  display: inline-block;
  padding: 0.3em 0.6em;
  border: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--button-border-color);
  background-color: #f4f4f4;
  background-color: var(--button-color);
  color: #242424;
  color: var(--button-text-color);
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--widget-title-font);
  font-weight: bold;
  font-weight: var(--widget-title-font-weight);
  text-transform: uppercase;
  text-transform: var(--widget-title-text-transform);
  transition: all 0.2s ease;
}

.comment-navigation a:link,
.comment-navigation a:visited,
.reply .comment-reply-link:link,
.reply .comment-reply-link:visited {
  color: #242424;
  color: var(--button-text-color);
}

.comment-navigation a:hover,
.comment-navigation a:active,
.reply .comment-reply-link:hover,
.reply .comment-reply-link:active {
  border-color: #57b7d7;
  border-color: var(--button-hover-color);
  background-color: #57b7d7;
  background-color: var(--button-hover-color);
  color: #fff;
  color: var(--button-hover-text-color);
}

/* Comment Form */
.comment-form {
  padding: 0;
}

.comment-form label {
  display: inline-block;
  min-width: 150px;
  font-weight: bold;
}

.comment-form textarea {
  margin-top: 0.4em;
}

.comment-form .submit {
  padding: 1em 1.6em;
}

.comment-form input[type="checkbox"] + label {
  display: inline;
  padding-left: 8px;
}

.comment-reply-title small a {
  margin-left: 1em;
  text-decoration: underline;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
# - Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Captions */
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #646464;
  color: var(--medium-text-color);
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.5em 0;
}

/* Galleries */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 1em 1.5em 0 0;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #646464;
  color: var(--medium-text-color);
}

/*--------------------------------------------------------------
# - Footer
--------------------------------------------------------------*/
.footer-wrap {
  color: #242424;
  color: var(--footer-text-color);
  background-color: #fff;
  background-color: var(--footer-background-color);
  border-top: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--footer-border-color);
}

.site-footer {
  font-size: 14px;
  font-size: 0.875rem;
}

.site-footer a:hover,
.site-footer a:active {
  color: #242424;
  color: var(--footer-text-color);
}

.site-footer .site-info {
  padding: 2em 0;
}

.site-footer .site-info img {
  height: 40px;
  width: auto;
  margin-right: 20px;
}

/*--------------------------------------------------------------
# - Plugins
--------------------------------------------------------------*/

/* Breadcrumbs */
.breadcrumbs {
  margin: 0;
  border-bottom: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--light-border-color);
}

.breadcrumbs-container {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #fff;
  background-color: var(--page-background-color);
  color: #242424;
  color: var(--text-color);
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
  display: inline;
  margin: 0;
  padding: 0;
}

.breadcrumbs .trail-browse {
  margin-right: 0.5em;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumbs .trail-items {
  list-style: none;
}

.breadcrumbs .trail-items li::after {
  padding: 0 0.5em;
  content: "\00bb"; /* Raquo */
}

.trail-separator-slash .trail-items li::after {
  content: "\002F";
}

.trail-separator-dash .trail-items li::after {
  content: "\2013";
}

.trail-separator-bull .trail-items li::after {
  content: "\2022";
}

.trail-separator-arrow-bracket .trail-items li::after {
  content: "\003e";
}

.trail-separator-raquo .trail-items li::after {
  content: "\00bb";
}

.trail-separator-single-arrow .trail-items li::after {
  content: "\2192";
}

.trail-separator-double-arrow .trail-items li::after {
  content: "\21D2";
}

.breadcrumbs .trail-items li:last-of-type::after {
  display: none;
}

:root {
  --tz-column-gap: 2em;
}

.tz-magazine-block .tz-entry-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
  font-size: 20px;
  font-size: 1.25rem;
}

.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title,
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.tz-magazine-block .tz-entry-meta {
  margin: 0.2em 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.tz-magazine-block .tz-meta-field {
  margin-right: 0;
}

.tz-magazine-block .tz-meta-field a {
  text-decoration: none;
}

.tz-magazine-block .tz-entry-content {
  font-size: 18px;
  font-size: 1.125rem;
}

.tz-magazine-block .tz-more-link {
  text-decoration: none;
}

/* Related Posts */
.related-posts {
  margin: 0 0 2.5em;
}

.related-posts-header {
  margin: 0 0 1em 0;
}

.related-posts-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #242424;
  color: var(--widget-title-color);
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--widget-title-font);
  font-weight: bold;
  font-weight: var(--widget-title-font-weight);
  text-transform: uppercase;
  text-transform: var(--widget-title-text-transform);
}

ul.related-posts-list {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}

.related-posts-list li {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
}

.related-posts-list li .entry-header {
  margin-top: 0.25em;
}

.related-posts-list li .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
}

.related-posts-list li .wp-post-image {
  float: left;
  margin: 0 1em 0 0;
  padding: 0;
  max-width: 20%;
  height: auto;
  border: none;
}

.related-posts-grid {
  margin: 1em 0 0;
}

.related-posts-columns {
  margin-right: -1em;
}

.related-posts-columns .related-post-column {
  float: left;
  box-sizing: border-box;
  margin-bottom: 2em;
  padding-right: 2em;
}

.related-posts-two-columns .related-post-column {
  width: 50%;
}

.related-posts-three-columns .related-post-column {
  width: 33.3333333333333%;
}

.related-posts-four-columns .related-post-column {
  width: 25%;
}

.related-posts-two-columns .related-post-column:nth-child(2n + 1) {
  clear: left;
}

.related-posts-three-columns .related-post-column:nth-child(3n + 1) {
  clear: left;
}

.related-posts-four-columns .related-post-column:nth-child(4n + 1) {
  clear: left;
}

.related-posts-two-columns .related-post-column .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.related-posts-three-columns .related-post-column .entry-title {
  font-size: 16px;
  font-size: 1rem;
}

.related-posts-four-columns .related-post-column .entry-title {
  font-size: 15px;
  font-size: 0.9375rem;
}

.related-posts-four-columns .related-post-column .entry-meta .meta-date,
.related-posts-four-columns .related-post-column .entry-meta .meta-author {
  display: block;
}

.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
  display: none;
}

.related-posts-columns .related-post-column .wp-post-image {
  margin: 0 0 0.5em 0;
  padding: 0;
  border: none;
}

.related-posts-columns .related-post-column .entry-meta {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.related-posts-three-columns .related-post-column .entry-meta,
.related-posts-four-columns .related-post-column .entry-meta {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 80em) {
  /* Columns */
  .related-posts-two-columns .related-post-column .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 70em) {
  /* Columns */
  .related-posts-two-columns .related-post-column .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 50em) {
  /* Columns */
  .related-posts-four-columns .related-post-column {
    width: 50%;
  }

  .related-posts-four-columns .related-post-column:nth-child(2n + 1) {
    clear: left;
  }

  .related-posts-two-columns .related-post-column .entry-title,
  .related-posts-four-columns .related-post-column .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .related-posts-two-columns .related-post-column .entry-meta {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .related-posts-four-columns .related-post-column .entry-meta .meta-date,
  .related-posts-four-columns .related-post-column .entry-meta .meta-author {
    display: inline;
  }

  .related-posts-four-columns
    .related-post-column
    .entry-meta
    .meta-date::after {
    display: inline-block;
  }

  /* List */
  .related-posts-list li .wp-post-image {
    max-width: 25%;
  }

  .related-posts-list li .entry-header {
    margin-top: 0;
  }

  .related-posts-list li .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 40em) {
  .related-posts-two-columns .related-post-column .entry-title,
  .related-posts-four-columns .related-post-column .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 35em) {
  /* Columns */
  .related-posts-three-columns {
    margin: 0;
  }

  .related-posts-three-columns .related-post-column {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 25em) {
  /* Columns */
  .related-posts-two-columns,
  .related-posts-four-columns {
    margin: 0;
  }

  .related-posts-two-columns .related-post-column,
  .related-posts-four-columns .related-post-column {
    float: none;
    padding-right: 0;
    width: 100%;
  }

  /* List */
  .related-posts-list li .wp-post-image {
    float: none;
    margin: 0 0 0.5em 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 20em) {
  .related-posts .entry-meta .meta-date,
  .related-posts .entry-meta .meta-author {
    display: block;
    margin: 0;
  }

  .related-posts-four-columns
    .related-post-column
    .entry-meta
    .meta-date::after {
    display: none;
  }
}

/* Widget Bundle */
.tzwb-clearfix::before,
.tzwb-clearfix::after {
  display: table;
  content: " ";
}

.tzwb-clearfix::after {
  clear: both;
}

.tzwb-posts-list li {
  overflow: auto;
  margin-bottom: 0.5em;
  padding: 0;
  list-style: none;
}

.tzwb-posts-list .tzwb-excerpt p {
  margin: 0;
  padding: 0;
}

.tzwb-posts-list .wp-post-image {
  float: left;
  margin: 0.3em 0.8em 1em 0;
  max-width: 80px;
  height: auto;
}

.tzwb-posts-list .tzwb-entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
}

.tzwb-comments-list li {
  overflow: auto;
  margin-bottom: 0.5em;
  list-style: none;
}

.tzwb-comments-list .avatar {
  float: left;
  margin: 0.3em 0.8em 0.8em 0;
}

.tzwb-comments-list .tzwb-comment-content {
  font-style: italic;
}

.tzwb-comments-list .tzwb-comment-date {
  margin: 0;
  color: #646464;
  color: var(--medium-text-color);
  font-size: 14px;
  font-size: 0.875rem;
}

.tzwb-tabbed-content .tzwb-tabnavi-wrap {
  overflow: auto;
  margin: 0 -0.2em;
  padding: 0;
  list-style: none;
}

.tzwb-tabbed-content .tzwb-tabnavi {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  list-style-position: outside;
}

.tzwb-tabbed-content .tzwb-tabnavi li {
  position: relative;
  float: left;
  margin: 0 3px 3px 0;
  padding: 0;
  list-style: none;
}

.tzwb-tabbed-content .tzwb-tabnavi li a {
  display: inline-block;
  margin: 0;
  padding: 0.4em 0.8em;
  border: 1px solid;
  border-color: #e4e4e4;
  border-color: var(--button-border-color);
  background-color: #f4f4f4;
  background-color: var(--button-color);
  color: #242424;
  color: var(--button-text-color);
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-family: var(--widget-title-font);
  font-weight: bold;
  font-weight: var(--widget-title-font-weight);
  text-transform: uppercase;
  text-transform: var(--widget-title-text-transform);
}

.tzwb-tabbed-content .tzwb-tabnavi li a:link,
.tzwb-tabbed-content .tzwb-tabnavi li a:visited {
  color: #242424;
  color: var(--button-text-color);
  transition: all 0.2s ease;
}

.tzwb-tabbed-content .tzwb-tabnavi li a.current-tab,
.tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.tzwb-tabbed-content .tzwb-tabnavi li a:active {
  border-color: #57b7d7;
  border-color: var(--button-hover-color);
  background-color: #57b7d7;
  background-color: var(--button-hover-color);
  color: #fff;
  color: var(--button-hover-text-color);
  text-decoration: none;
}

.tzwb-tabbed-content .tzwb-tabcontent {
  margin: 1em 0 0 0;
  padding: 0;
}

.tzwb-social-icons .social-icons-menu {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  line-height: 1;
}

.tzwb-social-icons .social-icons-menu li {
  margin: 0 2px 2px 0;
}

.tzwb-social-icons .social-icons-menu li a {
  display: flex;
  padding: 0.75em;
  background-color: #57b7d7;
  background-color: var(--button-hover-color);
  color: #fff;
  color: var(--button-hover-text-color);
}

.tzwb-social-icons .social-icons-menu li a:hover {
  color: #fff;
  background: #242424;
  text-decoration: none;
}

.tzwb-social-icons .social-icons-menu .icon {
  margin: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 * @package Palm Beach
 */

/* RESETS */
.zeeflex-container a:hover,
.zeeflex-slider a:hover,
.zeeflex-container a:focus,
.zeeflex-slider a:focus {
  outline: none;
}

.zeeslides,
.zeeslides > li,
.zeeflex-control-nav,
.zeeflex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.zeeflex-pauseplay span {
  text-transform: capitalize;
}

/* BASE STYLES */
.zeeflexslider {
  margin: 0;
  padding: 0;
}

.zeeflexslider .zeeslides > li {
  display: none;
}

.zeeflexslider .zeeslides img {
  display: block;
  width: 100%;
}

.zeeflexslider .zeeslides::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "\0020";
  line-height: 0;
}

html[xmlns] .zeeflexslider .zeeslides {
  display: block;
}

* html .zeeflexslider .zeeslides {
  height: 1%;
}

.no-js .zeeflexslider .zeeslides > li:first-child {
  display: block;
}

/* Palm Beach Slider Theme */
.post-slider-container {
  overflow: hidden;
  margin: -1px 0 0;
  width: 100%;
}

.post-slider-wrap {
  position: relative;
}

.post-slider,
.zeeflexslider .zeeslides {
  zoom: 1;
}

.post-slider .zeeslide {
  position: relative;
}

.zeeflex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.post-slider .zeeslide .slide-post {
  overflow: hidden;
  width: 100%;
}

.post-slider .zeeslide .slide-post .header-title-image {
  margin: 0;
}

.post-slider .zeeslide .header-title a:link,
.post-slider .zeeslide .header-title a:visited {
  color: #fff;
  transition: all 0.2s ease;
}

.post-slider .zeeslide .header-title a:hover,
.post-slider .zeeslide .header-title a:active {
  color: #ccc;
}

.post-slider-controls {
  clear: left;
}

/* Direction Nav */
.post-slider-controls .zeeflex-direction-nav {
  *height: 0;
}

.post-slider-controls .zeeflex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -80px 0 0;
  width: 80px;
  height: 120px;
  text-align: left;
  font-size: 0;
  cursor: pointer;
}

.post-slider-controls .zeeflex-direction-nav .zeeflex-prev {
  left: 1em;
}

.post-slider-controls .zeeflex-direction-nav .zeeflex-next {
  right: 1em;
}

.post-slider-controls .zeeflex-direction-nav a::before {
  display: inline-block;
  margin: 0;
  color: #fff;
  vertical-align: text-bottom;
  text-decoration: inherit;
  text-shadow: 0 0 10px #000;
  font-size: 90px;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

.post-slider-wrap:hover .post-slider-controls .zeeflex-direction-nav a::before {
  opacity: 0.5;
}

.post-slider-controls .zeeflex-direction-nav a.zeeflex-next::before {
  content: "\003e";
}

.post-slider-controls .zeeflex-direction-nav a.zeeflex-prev::before {
  content: "\003c";
}

.post-slider-wrap:hover
  .post-slider-controls
  .zeeflex-direction-nav
  a:hover::before,
.post-slider-controls .zeeflex-direction-nav a:hover::before {
  text-decoration: none;
  opacity: 1;
}

/* Control Nav */
.post-slider-controls .zeeflex-control-nav {
  position: absolute;
  bottom: 1em;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.post-slider-controls .zeeflex-control-nav li {
  display: inline-block;
  *display: inline;
  margin: 0 4px;
  zoom: 1;
}

.post-slider-controls .zeeflex-control-nav li a {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  cursor: pointer;
}

.post-slider-controls .zeeflex-control-nav li a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.post-slider-controls .zeeflex-control-nav li a.zeeflex-active {
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
}

/* Media Queries */
@media only screen and (max-width: 90em) {
  .post-slider .zeeslide .header-title-wrap {
    max-width: 85%;
  }
}

@media only screen and (max-width: 60em) {
  .post-slider .zeeslide .header-title-wrap {
    max-width: 100%;
  }

  .post-slider-controls .zeeflex-direction-nav {
    display: none;
  }
}

/*--------------------------------------------------------------
# - Media Queries for Typography
--------------------------------------------------------------*/
@media only screen and (max-width: 80em) {
  .header-title {
    font-size: 54px;
    font-size: 3.375rem;
  }

  .page-header .entry-meta {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .page-header .entry-meta span .icon {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (max-width: 70em) {
  .header-title {
    font-size: 44px;
    font-size: 2.75rem;
  }

  .page-header .entry-meta {
    font-size: 16px;
    font-size: 1rem;
  }

  .page-header .entry-meta span .icon {
    width: 16px;
    height: 16px;
  }

  .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 55em) {
  .header-title {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .page-header .entry-meta {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .page-header .entry-meta span .icon {
    width: 14px;
    height: 14px;
  }
}

@media only screen and (max-width: 40em) {
  .header-title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .page-header .entry-meta {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .page-header .entry-meta span .icon {
    width: 13px;
    height: 13px;
  }
}

@media only screen and (max-width: 30em) {
  .header-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 20em) {
  .site-branding .site-title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .header-title {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .post-layout-two-columns .entry-title,
  .post-layout-three-columns .entry-title,
  .widget-magazine-posts .large-post .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# - Media Queries for Layout
--------------------------------------------------------------*/
@media only screen and (max-width: 80em) {
  .header-title-image,
  .header-title-image-container {
    height: 600px;
  }
}

@media only screen and (max-width: 70em) {
  .container {
    padding-right: 2em;
    padding-left: 2em;
  }

  .content-area {
    padding-right: 2em;
  }

  .site-content {
    padding-top: 2em;
  }

  .widget,
  .type-post,
  .type-page,
  .type-attachment,
  .pagination,
  .comments-area {
    margin-bottom: 2em;
  }

  .widget-magazine-posts {
    margin-bottom: -2em;
  }

  .header-title-image,
  .header-title-image-container {
    height: 480px;
  }

  /* Post Columns */
  .post-wrapper,
  .widget-magazine-posts .magazine-grid {
    margin-right: -2em;
  }

  .post-wrapper .post-column,
  .widget-magazine-posts .magazine-grid .post-column {
    padding-right: 2em;
  }

  .post-layout-two-columns .entry-title,
  .post-layout-three-columns .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 60em) {
  .site-footer .site-info {
    text-align: center;
  }

  /* Post Layout Columns */
  .post-layout-two-columns .entry-title,
  .post-layout-three-columns .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 55em) {
  .header-title-image,
  .header-title-image-container {
    height: 360px;
  }

  .header-title-background {
    padding: 60px 0;
  }

  .content-area {
    float: none;
    padding: 0;
    width: 100%;
  }

  .sidebar {
    float: none;
    margin: 0;
    padding: 2em 0 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
  }

  /* Post Layout Columns */
  .post-layout-two-columns .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 50em) {
  /* Post Columns */
  .post-layout-three-columns .post-wrapper .post-column {
    width: 50%;
  }

  .post-layout-two-columns .entry-title,
  .post-layout-three-columns .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 45em) {
  .post-layout-two-columns .entry-title,
  .post-layout-three-columns .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 40em) {
  .header-title-background {
    padding: 45px 0;
  }
}

@media only screen and (max-width: 35em) {
  /* Post Columns */
  .post-wrapper {
    display: block;
    margin-right: 0;
  }

  .post-wrapper .post-column {
    padding-right: 0;
  }

  .post-layout-two-columns .post-wrapper .post-column,
  .post-layout-three-columns .post-wrapper .post-column {
    width: 100%;
  }

  .post-layout-two-columns .entry-title,
  .post-layout-three-columns .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 30em) {
  .container {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .widget,
  .type-post,
  .type-page,
  .type-attachment,
  .pagination,
  .comments-area {
    margin-bottom: 1.5em;
  }

  .widget-magazine-posts {
    margin-bottom: -1.5em;
  }

  .site-content {
    padding-top: 1.5em;
  }

  .header-title-background {
    padding: 30px 0;
  }

  .post-layout-two-columns .entry-title,
  .post-layout-three-columns .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 25em) {
  .post-layout-two-columns .entry-title,
  .post-layout-three-columns .entry-title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media only screen and (max-width: 20em) {
  .entry-meta .meta-date,
  .entry-meta .meta-author,
  .entry-meta .meta-category,
  .entry-meta .meta-comments {
    display: block;
  }
}

/*--------------------------------------------------------------
# - Media Queries for Navigation
--------------------------------------------------------------*/
@media only screen and (min-width: 60em) {
  .primary-menu-toggle,
  .main-navigation .dropdown-toggle {
    display: none;
  }

  .main-navigation ul,
  .main-navigation ul ul {
    display: block;
  }

  .primary-navigation {
    display: flex;
    margin-left: auto;
    width: auto;
    align-items: center;
  }

  #masthead .main-navigation > ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    border: none;
  }

  .main-navigation > ul {
    border: none;
  }

  .main-navigation > ul > li > a {
    padding: 0.75em 1.25em;
  }

  /* Dropdown Menus */
  .main-navigation ul ul {
    position: absolute;
    left: -999em;
    top: 100%;
    z-index: 99999;
    border: 1px solid;
    border-color: #e4e4e4;
    border-color: var(--navi-border-color);
    background-color: #f4f4f4;
    background-color: var(--navi-submenu-color);
  }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0;
    right: auto;
  }

  .main-navigation ul ul li a {
    width: 16rem;
  }

  .main-navigation ul ul > li:last-child > a {
    border-bottom: none;
  }

  .main-navigation ul ul ul {
    left: -999em;
    margin-top: -1px;
    top: 0;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    right: 100%;
    left: auto;
  }

  .main-navigation ul ul li a,
  .main-navigation ul ul ul li a,
  .main-navigation ul ul ul ul li a {
    padding: 1em;
  }

  /* Dropdown Icons */
  .main-navigation .menu-item-has-children > a > .icon {
    position: relative;
    display: inline-block;
    left: 0.4rem;
    top: 0.05rem;
    width: 11px;
    height: 11px;
    fill: #242424;
    fill: var(--navi-color);
    transition: fill 0.15s ease;
  }

  .main-navigation ul ul .menu-item-has-children > a > .icon {
    position: absolute;
    left: auto;
    right: 1em;
    top: 50%;
    margin-top: -0.25rem;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .main-navigation ul .menu-item-has-children > a:hover > .icon {
    fill: #57b7d7;
    fill: var(--navi-hover-color);
  }
}

/*--------------------------------------------------------------
# - Media Queries for Magazine widgets
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {
  /* Magazine Post Widgets */
  .widget-magazine-posts .large-post .entry-title {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .widget-magazine-posts .medium-post .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .widget-magazine-posts .small-post .small-post-content {
    padding-left: 1.5em;
  }

  .widget-magazine-posts .small-post .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 60em) {
  /* Magazine Post Widgets */
  .home .latest-posts-title,
  .widget-magazine-posts .widget-title {
    font-size: 16px;
    font-size: 1rem;
  }

  .widget-magazine-posts .large-post .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .widget-magazine-posts .large-post .entry-content {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .widget-magazine-posts .medium-post .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }

  .widget-magazine-posts .small-post .entry-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media only screen and (max-width: 55em) {
  /* Magazine Post Widgets */
  .widget-magazine-posts .small-post .entry-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 50em) {
  /* Magazine Post Widgets */
  .widget-magazine-posts .large-post .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .widget-magazine-posts .medium-post .entry-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .widget-magazine-posts .medium-post .entry-content {
    display: none;
  }
}

@media only screen and (max-width: 45em) {
  /* Magazine Post Widgets */
  .widget-magazine-posts .large-post .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }

  .widget-magazine-posts .medium-post .entry-title {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .widget-magazine-posts .small-post .entry-title {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .widget-magazine-posts .small-post .small-post-content {
    padding-left: 1em;
  }

  .widget-magazine-posts .small-post .entry-meta {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  /* Magazine Posts Grid Widget */
  .widget-magazine-posts .magazine-grid-three-columns {
    display: block;
    margin-right: 0;
  }

  .widget-magazine-posts .magazine-grid-three-columns .post-column {
    padding-right: 0;
    width: 100%;
  }

  .widget-magazine-posts .medium-post .wp-post-image {
    float: left;
    margin: 0 1.5em 0 0;
    min-width: 80px;
    max-width: 35%;
  }

  .widget-magazine-posts .medium-post .entry-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 35em) {
  /* Magazine Post Widgets */
  .widget-magazine-posts .large-post .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .widget-magazine-posts .medium-post .entry-title,
  .widget-magazine-posts .small-post .entry-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .widget-magazine-posts .small-post .small-post-content {
    padding-left: 1.5em;
  }

  .widget-magazine-posts .small-post .entry-meta {
    display: block;
  }

  /* Magazine Posts Grid Widget */
  .widget-magazine-posts .magazine-grid-two-columns {
    display: block;
    margin-right: 0;
  }

  .widget-magazine-posts .magazine-grid-two-columns .post-column {
    padding-right: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 30em) {
  /* Magazine Post Widgets */
  .home .latest-posts-title,
  .widget-magazine-posts .widget-title {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .widget-magazine-posts .large-post .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .widget-magazine-posts .medium-post .wp-post-image {
    margin: 0 1em 0 0;
    max-width: 30%;
  }

  .widget-magazine-posts .small-post .post-image {
    width: 30%;
  }

  .widget-magazine-posts .small-post .small-post-content {
    width: 70%;
    padding-left: 1em;
  }

  .widget-magazine-posts .medium-post .entry-title,
  .widget-magazine-posts .small-post .entry-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 25em) {
  /* Magazine Post Widgets */
  .widget-magazine-posts .large-post .entry-title {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .widget-magazine-posts .medium-post .entry-title,
  .widget-magazine-posts .small-post .entry-title {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .widget-magazine-posts .medium-post .entry-meta,
  .widget-magazine-posts .small-post .entry-meta {
    display: none;
  }
}

/*--------------------------------------------------------------
# - Media Queries for Media
--------------------------------------------------------------*/
@media only screen and (max-width: 50em) {
  /* Gallery */
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 25%;
  }
}

@media only screen and (max-width: 30em) {
  .alignright,
  .alignleft {
    float: none;
    margin: 1em 0;
  }

  /* Gallery */
  .gallery-item {
    padding: 0.75em 1em 0 0;
  }

  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# - Theme Options
--------------------------------------------------------------*/

/* Sidebar Left */
.sidebar-left .content-area {
  float: right;
  padding-right: 0;
  padding-left: 4em;
}

.sidebar-left .sidebar {
  float: left;
}

@media only screen and (max-width: 70em) {
  .sidebar-left .content-area {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 55em) {
  .sidebar-left .content-area {
    float: none;
    padding: 0;
    width: 100%;
  }
}

/* Sticky Header */
@media only screen and (min-width: 60.001em) {
  .sticky-header .site-header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }

  .sticky-header.admin-bar .site-header {
    top: 32px;
  }

  .sticky-header .header-bar-wrap {
    display: none;
  }
}

@media only screen and (max-width: 60em) {
  .sticky-header {
    padding-top: 0 !important;
  }
}

.competition-logo {
  text-align: center;
}

.competition-logo img {
  max-height: 200px;
  width: auto;
}

.competition-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
}

.competition-location {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

#magazine-homepage-widgets {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 60em) {
  #magazine-homepage-widgets {
    flex-direction: column;
  }
}

#magazine-homepage-widgets > div {
  flex: 1;
  margin: 5px;
}

#magazine-homepage-widgets > div img {
  height: 275px;
  object-fit: cover;
  border: 1px solid #e4e4e4;
  padding: 3px;
}

#magazine-homepage-widgets > div figure {
  position: relative;
  margin: 1em 0;
}

#magazine-homepage-widgets > div figcaption {
  position: absolute;
  bottom: 9px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #d60000;
  left: 1px;
  right: 1px;
}

.header-title-image-container {
  max-height: 360px;
}

.header-title-image {
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
}

.header-image {
  text-align: center;
}

#homepage-sponsors {
  text-align: center;
  margin-top: 40px;
}

#homepage-sponsors > div {
  display: inline-block;
}

#homepage-sponsors img {
  height: 100px;
  width: auto;
  margin: 0 10px;
}
